projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c03ad2b
)
; * test/lisp/subr-tests.el (subr-tests-add-hook-depth): Fix a typo.
author
Philipp Stephani
<phst@google.com>
Mon, 5 Jul 2021 18:34:36 +0000
(20:34 +0200)
committer
Philipp Stephani
<phst@google.com>
Mon, 5 Jul 2021 18:34:55 +0000
(20:34 +0200)
test/lisp/subr-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/subr-tests.el
b/test/lisp/subr-tests.el
index 375251cffc5f58192cff77cfd9d0ff6ed0620289..b57982a7055f55d4ce49f81e506c517fcc89e243 100644
(file)
--- a/
test/lisp/subr-tests.el
+++ b/
test/lisp/subr-tests.el
@@
-477,7
+477,7
@@
See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=19350."
(add-hook 'subr-tests--hook 'f7 90)
(add-hook 'subr-tests--hook 'f8 t)
(should (equal subr-tests--hook '(f5 f6 f2 f1 f4 f3 f7 f8)))
- ;; Make sue `nil' is equivalent to 0.
+ ;; Make su
r
e `nil' is equivalent to 0.
(add-hook 'subr-tests--hook 'f9 0)
(add-hook 'subr-tests--hook 'f10)
(should (equal subr-tests--hook '(f5 f10 f9 f6 f2 f1 f4 f3 f7 f8)))